Welcome![Sign In][Sign Up]
Location:
Search - server client

Search list

[Internet-Networkcs通信

Description: linux下学习socket的编程,使用tcp协议,用c语言编写的,一个server.c 另一个为client.c 经过调试。-learning socket programming, using tcp agreement with the c language, a server.c client.c after another for debugging.
Platform: | Size: 2048 | Author: 宏伟 | Hits:

[Internet-NetworkA Simple socket example

Description: It is a socket server. It accepts a connection from client and prints on the console a message that client writes
Platform: | Size: 53248 | Author: 培育 | Hits:

[Other GamesGMud

Description: 这是一款基于B/S结构的网络游戏,服务器端可以实现对客户端数据的控制,客户端实现游戏引擎,以及网络通信-This is a based on B/S structure of online games, server-side can be achieved on the control of client data, the client to achieve game engine, and network communication
Platform: | Size: 1425408 | Author: 汤目 | Hits:

[Internet-NetworkTCP的客户服务器通信程序

Description: TCP的客户服务器通信程序 一:程序运行过程 1、运行服务器程序,等待客户端发出请求 2、运行客户端程序,输入客户的IP地址,请求连接 3、若连接成功,服务器端显示客户的IP地址及端口号;客户端接收文件并保存在d:\\client\\ls.txt下,否则,显示错误信息。 二:程序实现原理 发送端:打开文件,逐一读取字符到缓冲区(缓冲区大小为1024),若文件大于1024,则成块发送;若小于,则直接发送。 接受端:与发送端同理。-TCP client-server communication program one : running a process, running the server and wait for the client to issue two requests, the client operating procedures, the importation of customer IP address, link request, if successful connection, the server-client shows the IP address and port number ; the client receives the document and preserve d : \ \ client \ \ ls.txt, otherwise an error message. 2 : Principle procedures transmitter : open the file, read each character to the buffer (buffer size for 1024), and if the document is greater than 1,024, then sent into pieces; If less, then sent directly. Receivers : Send-the same reason.
Platform: | Size: 15360 | Author: | Hits:

[Internet-Networklinux下用c语言实现的一个ftp程序

Description: linux下用c语言实现的一个ftp程序,包括server和client-using the C Language an ftp procedures, including server and client
Platform: | Size: 4096 | Author: god | Hits:

[Otheroob

Description: TCP/IP中有关带外数据的SERVER/CLIENT端程序-TCP/IP-related out-of-band data Server/Client-side
Platform: | Size: 2048 | Author: 水木 | Hits:

[TCP/IP stacktftpTEST

Description: TFTP 协议实现和测试 本程序,包含server和client,自收自发. 客户直接把PACK发到SERVER的接收队列中,SERVER直接把PACK 发到CLIENT的接收队列中. 具有超时重发功能. 各自解释收到的该包,并响应-TFTP protocol and the test procedures, including server and client, collected spontaneously. Customers PACK made directly to the reception Queue Server, Server Pack made directly to the reception CLIENT queue. With overtime functional re-issued. Have their own interpretation of the received packet, and to respond to
Platform: | Size: 69632 | Author: 谢志文 | Hits:

[Telnet Servertelnet_ser&client

Description: 一个用VC编写的远程登录的小程序,包括客户端和服务器端.-a VC prepared by the small remote login procedures, including client and server side.
Platform: | Size: 46080 | Author: 唐军 | Hits:

[Ftp ServerCorpServerService2

Description: 最全面的基于TCP/IP的FTP服务器端要和我上传的客户端一起使用,还有聊天的功能,java程序代码,多线程设计,我花了将近二个月的时间-the most comprehensive TCP/IP-based FTP server to upload and my client used together, chat functions, java code, multithreaded design, I spent nearly two months of the time
Platform: | Size: 3072 | Author: 彭宇 | Hits:

[ICQ-IM-Chat【用RMI构建聊天应用程序】

Description: 用RMI构建聊天应用程序: 其基本思想是:多个客户通过APLLET进行聊天,客户的聊天内容分别显示在各自的 TextArea 内,要做到这些,需要做到: 1、客户首先向服务器注册,告知服务器它在监听某主题; 2、客户注册之后,向服务器发送消息; 3、服务器再把消息发送给所有监听此主题的客户-Construction chatting with RMI application : The basic idea is : many customers APLLET for chat, chat clients as shown separately in the respective TextArea, to achieve this, the need to do so : 1, the first client to the server registration, it tells the server in a wiretapping theme; 2, registered customers, send messages to the server; 3, the server then send information to all of this theme eavesdropping customers
Platform: | Size: 8192 | Author: 杨旭迎 | Hits:

[Internet-Network基于UDP-面向连接的应用程序

Description: 基于UDP-面向无连接的应用程序 网络通信应用程序:客户机发出数据请求命令,服务器根据其命令提供数据; 服务器端异步地发出UDP包,客户端接受UDP包并写入.TXT文件中。 -UDP-based-no connection-oriented applications network communications applications : client data requests issued an order under its orders servers provide data; Asynchronous server to send UDP packet, the client received UDP packet and write. TXT file.
Platform: | Size: 8192 | Author: lee | Hits:

[Other使用Windows server 2003

Description: 在Windows Server 2003 中为DNS配置Internet 访问、Internet信息服务SMTP邮件中继服务器配置远程域、Microsoft SMTP服务配置本地域、为PPTP VPN客户端配置数据包筛选器支持……等等 -in Windows Server 2003 DNS configuration for Internet access, Internet Information Services SMTP mail relay server configuration remote jurisdictions, Microsoft SMTP service of the geographical configuration, for PPTP VPN client configuration data packet filter support, etc. ...
Platform: | Size: 30720 | Author: 萧建 | Hits:

[Other用VB编写的网络聊天室

Description: 用VB 实现的一个聊天室,包括服务器端和客户端。能实现多对多聊天-VB of a chat room, including server and the client. To achieve many-to-many chat
Platform: | Size: 38912 | Author: 张易 | Hits:

[Windows DevelopEQ-GameServer-Source

Description: game server and client develop by c langurage-game server and client develop by c langura ge
Platform: | Size: 1193984 | Author: 詹天佑 | Hits:

[Ftp ClientmyFtp_c

Description: 我写的FTP客户端,在linux Redhat 9.0上通过,能够连接linux下的FTP服务器。-I write FTP client, the Linux Redhat 9.0, adopted Linux to connect the FTP server.
Platform: | Size: 3072 | Author: 田山水 | Hits:

[Ftp Servertftp_client&server

Description: tftp的客户端和服务器端源代码,C语言-tftp client and server source code, C language
Platform: | Size: 1348608 | Author: | Hits:

[Internet-NetworkClientExample

Description: a simple tcp client with java,you can use it to connect with a tcp server.-a simple tcp client with java, you can use it to connect with a tcp server.
Platform: | Size: 4096 | Author: 高扬 | Hits:

[Internet-NetworkA_simple_IOCP_ServerClient_Class

Description: 要求读者已经熟悉cpp,winsock,mfc和多线程. 简单而能大的server/client程序演示iocp的使用-asked readers already familiar with cpp, winsock, mfc and multithreading. Simple and can be large server/client procedures for the use of demonstration It
Platform: | Size: 178176 | Author: 夏佳 | Hits:

[Windows DevelopTCP--Server

Description: tcp通信的客户端实现功能,具有很强的使用价值,适合windows编程的初学者-tcp client communications functionality, and highly value, windows programming suitable for beginners!
Platform: | Size: 8192 | Author: 马亮 | Hits:

[Windows Developsocket_example

Description: 一个简单实用的socket编程例子。server端与client端进行通信的简单实例。-a simple and practical example of the socket programming. With the client-server communication-a simple example.
Platform: | Size: 15360 | Author: Henry Xu | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net